home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / projectiles / m2fgrenade.tik < prev    next >
Encoding:
Text File  |  2002-10-24  |  356 b   |  19 lines

  1. // The is the M2 grenade used for secondary fire -- no longer used by AI
  2. TIKI
  3.  
  4. $include models/projectiles/m2fgrenade_base.txt
  5.  
  6. init
  7. {
  8.     server
  9.     {
  10.         speed            700
  11.         minspeed        100
  12.         minlife            0.6
  13. //    cooking--> secondary fire now just drops it at your feet.
  14. // jsl-->took out the drop to your feet stuff.
  15. //         speed            10
  16. //        minspeed        10
  17.     }
  18. }
  19.